html {
    font-family:sans-serif;
    color: #383838;
}

//bg {
////    background: url('Images/itdesk.jpg') no-repeat;
//    background-image: url("../Images/itdesk.jpg") no-repeat;
//    width: 100%;
//    height: 100%;
//}

h3 {
    color: blue;
}

//#top_title {
//    background-color: gray;
//    width:100%;
//}

#itlogo {
    float: left;
//    height: 100px;
}

#itservice {
    font-size: 25px;
    color: black;
    cursor: pointer;
//    height: 100px;
}

#itservice:hover {
    color: red; /* Цвет текста */
}

#itservice_cont {
    font-size: 20px;
    color: #818080;
}

#title_top {
    margin-top: 30px;
//    margin-top: 30px;
    display: block;
    font-size: 25px;
    width: 100%;
    height:80px;
    text-align: center;
//    margin-left: auto;
//    margin-right: auto;
}

#title_panel {
    display: inline-block;
    float:left;
    font-size: 30px;
    font-weight: normal;
    width: 250px;
//    background-color: red;
}

#menu1 {
    cursor: pointer;
    color: gray;
}
#menu2 {
    cursor: pointer;
    color: gray;
}
#menu3 {
    cursor: pointer;
    color: gray;
}
#menu4 {
    cursor: pointer;
    color: gray;
}

#menu1:hover {
    color: red; /* Цвет текста */
//    background: #008; /* Цвет фона */
}
#menu2:hover {
    color: red; /* Цвет текста */
}
#menu3:hover {
    color: red; /* Цвет текста */
//    background: #008; /* Цвет фона */
}
#menu4:hover {
    color: red; /* Цвет текста */
//    background: #008; /* Цвет фона */
}

#content_panel {
    display: inline-block;
//    background-color: yellow;
    width: calc(100% - 250px);
    font-size: 20px;
}

.content_title {
    font-size: 25px;
    color: black;
}

#footer {
//    position: absolute;
    display: inline-block;
    width: 100%;
    margin-top: 50px;
//    bottom: 50px;
//    background-color: yellow;
    text-align: right;
}

#footer_data {
    font-size: 12px;
    margin-right: 50px;
}
